home *** CD-ROM | disk | FTP | other *** search
- #[document 49.45 18.95 163.4 292.5
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(83.25,18.95);
- l(137.00,18.95);
- l(137.00,291.10);
- c(137.00,291.10,103.35,292.50,86.55,292.50);
- c(72.90,292.50,50.05,287.90,49.80,274.10);
- c(49.45,259.45,74.05,257.90,86.55,250.45);
- c(152.85,210.95,83.25,18.95,83.25,18.95);
- close_edge();
- p=path();
- gc_color(81.22,0.62,0.25);
- s[0]=draw(p);
- page:=s[0];
- s=NULL;
- #]page
- #]document
-